home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / CARB⁄PART / background_2686.txt < prev    next >
Text File  |  1991-04-18  |  3KB  |  158 lines

  1. -- background: 2686 from stack: in
  2. -- bmap block id: 3206
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: C006
  11. -- rect: left=398 top=6 right=28 bottom=498
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: FULL 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   GO TO"CARB/FULL"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: C006
  30. -- rect: left=398 top=25 right=47 bottom=498
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: PART 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   GO TO "CARB/PART"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: C006
  49. -- rect: left=398 top=44 right=66 bottom=498
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: IDLE 
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   GO TO "CARB/IDLE"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: C006
  68. -- rect: left=398 top=82 right=104 bottom=498
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: FUEL INJECT
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   GO TO "CARB/FUEL INJECT"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: C006
  87. -- rect: left=398 top=101 right=123 bottom=498
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: DISCUSSION
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   GO TO "CARB/DISCUSSION"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: C006
  106. -- rect: left=398 top=120 right=142 bottom=498
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: DONE
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   GO TO "GAS/FULL LOAD"
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 7 (button)
  123. -- low flags: 00
  124. -- high flags: 8000
  125. -- rect: left=186 top=192 right=214 bottom=286
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: RUN
  134. ----- HyperTalk script -----
  135. on MOUSESTILLDOWN
  136.   GO TO NEXT CARD
  137. END MOUSESTILLDOWN
  138.  
  139.  
  140.  
  141. -- part 8 (button)
  142. -- low flags: 00
  143. -- high flags: C006
  144. -- rect: left=398 top=63 right=85 bottom=498
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: CHOKE
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   GO TO "CARB/CHOKE"
  156. end mouseUp
  157.  
  158.